Html Css Color HEX #CBD2A6 Orinoco

📋 copy color: '#CBD2A6'

red 203 ◦ green 210 ◦ blue 166

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

Shades of Orinoco #CBD2A6

Tints of Orinoco #CBD2A6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

 BLUE value IS 166 (65.23% from 255) = 28.67%

R = 35.06%
G = 36.27%
B = 28.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#CBD2A6 (or 0xCBD2A6) is known color: Orinoco. HEX triplet: CB, D2 and A6. RGB value is (203,210,166). Sum of RGB (Red+Green+Blue) = 203+210+166=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD2A6 is #342D59. Grayscale: #CBCBCB. Windows color (decimal): -3419482 or 10932939. OLE color: 10932939.

HSL color Cylindrical-coordinate representation of color #CBD2A6: hue angle of 69.55º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBD2A6 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 210 166 -
CMYK 0.03 0 0.21 0.18
HSL 69.55º 0.33% 0.74% -
HSV(B) 69.55º 0.21% 0.82% -
XYZ 54.56 61.54 45.08 -
YUV 202.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 203 210 166 0.03 0 0.21 0.18 69.55 0.33 0.74
Hex CB D2 A6 3 0 15 12 46 21 4A
Octal 313 322 246 3 0 25 22 106 41 112
Binary 11001011 11010010 10100110 11 0 10101 10010 1000110 100001 1001010

Color Harmonies of #CBD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2A6

Black with #CBD2A6

Text Example


Text Example

White with #CBD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2A6; }

 p { color: rgb(203,210,166); }

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

background-color css

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

 a { background-color: rgb(203,210,166); }

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

border-color css

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

 span { border-color: rgb(203,210,166); }

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