Html Css Color HEX #CFCEAF Orinoco

📋 copy color: '#CFCEAF'

red 207 ◦ green 206 ◦ blue 175

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

Shades of Orinoco #CFCEAF

Tints of Orinoco #CFCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.03%

 BLUE value IS 175 (68.75% from 255) = 29.76%

R = 35.2%
G = 35.03%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFCEAF (or 0xCFCEAF) is known color: Orinoco. HEX triplet: CF, CE and AF. RGB value is (207,206,175). Sum of RGB (Red+Green+Blue) = 207+206+175=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAF is #303150. Grayscale: #CACACA. Windows color (decimal): -3158353 or 11521743. OLE color: 11521743.

HSL color Cylindrical-coordinate representation of color #CFCEAF: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCEAF is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 206 175 -
CMYK 0 0.00 0.15 0.19
HSL 58.13º 0.25% 0.75% -
HSV(B) 58.13º 0.15% 0.81% -
XYZ 55.54 60.5 49.31 -
YUV 202.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 207 206 175 0 0.00 0.15 0.19 58.13 0.25 0.75
Hex CF CE AF 0 0 F 13 3A 19 4B
Octal 317 316 257 0 0 17 23 72 31 113
Binary 11001111 11001110 10101111 0 0 1111 10011 111010 11001 1001011

Color Harmonies of #CFCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCEAF

Black with #CFCEAF

Text Example


Text Example

White with #CFCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCEAF; }

 p { color: rgb(207,206,175); }

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

background-color css

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

 a { background-color: rgb(207,206,175); }

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

border-color css

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

 span { border-color: rgb(207,206,175); }

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