Html Css Color HEX #CCCEB9 Orinoco

📋 copy color: '#CCCEB9'

red 204 ◦ green 206 ◦ blue 185

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

Shades of Orinoco #CCCEB9

Tints of Orinoco #CCCEB9

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 34.29%
G = 34.62%
B = 31.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CCCEB9 (or 0xCCCEB9) is known color: Orinoco. HEX triplet: CC, CE and B9. RGB value is (204,206,185). Sum of RGB (Red+Green+Blue) = 204+206+185=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB9 is #333146. Grayscale: #CBCBCB. Windows color (decimal): -3354951 or 12177100. OLE color: 12177100.

HSL color Cylindrical-coordinate representation of color #CCCEB9: hue angle of 65.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCEB9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 185 -
CMYK 0.01 0 0.10 0.19
HSL 65.71º 0.18% 0.77% -
HSV(B) 65.71º 0.1% 0.81% -
XYZ 55.73 60.48 54.64 -
YUV 203.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 204 206 185 0.01 0 0.10 0.19 65.71 0.18 0.77
Hex CC CE B9 1 0 A 13 42 12 4D
Octal 314 316 271 1 0 12 23 102 22 115
Binary 11001100 11001110 10111001 1 0 1010 10011 1000010 10010 1001101

Color Harmonies of #CCCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEB9

Black with #CCCEB9

Text Example


Text Example

White with #CCCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEB9; }

 p { color: rgb(204,206,185); }

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

background-color css

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

 a { background-color: rgb(204,206,185); }

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

border-color css

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

 span { border-color: rgb(204,206,185); }

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