Html Css Color HEX #CBCEB0 Orinoco

📋 copy color: '#CBCEB0'

red 203 ◦ green 206 ◦ blue 176

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

Shades of Orinoco #CBCEB0

Tints of Orinoco #CBCEB0

RGB

 RED value IS 203 (79.69% from 255) = 34.7%

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

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 34.7%
G = 35.21%
B = 30.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CBCEB0 (or 0xCBCEB0) is known color: Orinoco. HEX triplet: CB, CE and B0. RGB value is (203,206,176). Sum of RGB (Red+Green+Blue) = 203+206+176=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEB0 is #34314F. Grayscale: #C9C9C9. Windows color (decimal): -3420496 or 11587275. OLE color: 11587275.

HSL color Cylindrical-coordinate representation of color #CBCEB0: hue angle of 66º degrees, saturation: 0.23, 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 #CBCEB0 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 206 176 -
CMYK 0.01 0 0.15 0.19
HSL 66º 0.23% 0.75% -
HSV(B) 66º 0.15% 0.81% -
XYZ 54.54 59.97 49.78 -
YUV 201.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 203 206 176 0.01 0 0.15 0.19 66 0.23 0.75
Hex CB CE B0 1 0 F 13 42 17 4B
Octal 313 316 260 1 0 17 23 102 27 113
Binary 11001011 11001110 10110000 1 0 1111 10011 1000010 10111 1001011

Color Harmonies of #CBCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEB0

Black with #CBCEB0

Text Example


Text Example

White with #CBCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEB0; }

 p { color: rgb(203,206,176); }

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

background-color css

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

 a { background-color: rgb(203,206,176); }

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

border-color css

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

 span { border-color: rgb(203,206,176); }

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