Html Css Color HEX #CFDBA9 Orinoco

📋 copy color: '#CFDBA9'

red 207 ◦ green 219 ◦ blue 169

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

Shades of Orinoco #CFDBA9

Tints of Orinoco #CFDBA9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

 BLUE value IS 169 (66.41% from 255) = 28.4%

R = 34.79%
G = 36.81%
B = 28.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#CFDBA9 (or 0xCFDBA9) is known color: Orinoco. HEX triplet: CF, DB and A9. RGB value is (207,219,169). Sum of RGB (Red+Green+Blue) = 207+219+169=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBA9 is #302456. Grayscale: #D1D1D1. Windows color (decimal): -3155031 or 11131855. OLE color: 11131855.

HSL color Cylindrical-coordinate representation of color #CFDBA9: hue angle of 74.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFDBA9 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 169 -
CMYK 0.05 0 0.23 0.14
HSL 74.4º 0.41% 0.76% -
HSV(B) 74.4º 0.23% 0.86% -
XYZ 58.23 66.79 47.36 -
YUV 209.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 207 219 169 0.05 0 0.23 0.14 74.4 0.41 0.76
Hex CF DB A9 5 0 17 E 4A 29 4C
Octal 317 333 251 5 0 27 16 112 51 114
Binary 11001111 11011011 10101001 101 0 10111 1110 1001010 101001 1001100

Color Harmonies of #CFDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBA9

Black with #CFDBA9

Text Example


Text Example

White with #CFDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBA9; }

 p { color: rgb(207,219,169); }

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

background-color css

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

 a { background-color: rgb(207,219,169); }

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

border-color css

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

 span { border-color: rgb(207,219,169); }

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