Html Css Color HEX #CFDBAB Orinoco

📋 copy color: '#CFDBAB'

red 207 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #CFDBAB

Tints of Orinoco #CFDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 34.67%
G = 36.68%
B = 28.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#CFDBAB (or 0xCFDBAB) is known color: Orinoco. HEX triplet: CF, DB and AB. RGB value is (207,219,171). Sum of RGB (Red+Green+Blue) = 207+219+171=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBAB is #302454. Grayscale: #D2D2D2. Windows color (decimal): -3155029 or 11262927. OLE color: 11262927.

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

Color convert

RGB 207 219 171 -
CMYK 0.05 0 0.22 0.14
HSL 75º 0.4% 0.76% -
HSV(B) 75º 0.22% 0.86% -
XYZ 58.41 66.87 48.36 -
YUV 209.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 207 219 171 0.05 0 0.22 0.14 75 0.4 0.76
Hex CF DB AB 5 0 16 E 4B 28 4C
Octal 317 333 253 5 0 26 16 113 50 114
Binary 11001111 11011011 10101011 101 0 10110 1110 1001011 101000 1001100

Color Harmonies of #CFDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBAB

Black with #CFDBAB

Text Example


Text Example

White with #CFDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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