Html Css Color HEX #CFD9A5 Orinoco

📋 copy color: '#CFD9A5'

red 207 ◦ green 217 ◦ blue 165

#CFD9A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CFD9A5

Tints of Orinoco #CFD9A5

RGB

 RED value IS 207 (81.25% from 255) = 35.14%

 GREEN value IS 217 (85.16% from 255) = 36.84%

 BLUE value IS 165 (64.84% from 255) = 28.01%

R = 35.14%
G = 36.84%
B = 28.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD9A5 (or 0xCFD9A5) is known color: Orinoco. HEX triplet: CF, D9 and A5. RGB value is (207,217,165). Sum of RGB (Red+Green+Blue) = 207+217+165=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9A5 is #30265A. Grayscale: #D0D0D0. Windows color (decimal): -3155547 or 10869199. OLE color: 10869199.

HSL color Cylindrical-coordinate representation of color #CFD9A5: hue angle of 71.54º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD9A5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 165 -
CMYK 0.05 0 0.24 0.15
HSL 71.54º 0.41% 0.75% -
HSV(B) 71.54º 0.24% 0.85% -
XYZ 57.34 65.61 45.24 -
YUV 208.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 207 217 165 0.05 0 0.24 0.15 71.54 0.41 0.75
Hex CF D9 A5 5 0 18 F 48 29 4B
Octal 317 331 245 5 0 30 17 110 51 113
Binary 11001111 11011001 10100101 101 0 11000 1111 1001000 101001 1001011

Color Harmonies of #CFD9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9A5

Black with #CFD9A5

Text Example


Text Example

White with #CFD9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9A5; }

 p { color: rgb(207,217,165); }

 H1.HeaderClassName
 {
   color: #CFD9A5;
 }
 .AnyTagClassName
 {
   color: #CFD9A5;
 }
</style>

background-color css

<style>
 a { background-color: #CFD9A5; }

 a { background-color: rgb(207,217,165); }

 div.DivClassName
 {
   background-color: #CFD9A5;
 }
 .BgClassName
 {
   background-color: #CFD9A5;
 }
</style>

border-color css

<style>
 span { border-color: #CFD9A5; }

 span { border-color: rgb(207,217,165); }

 td.TdClassName
 {
   border-color: #CFD9A5;
 }
 .TagClassName
 {
   border-color: #CFD9A5;
 }
</style>