Html Css Color HEX #CBD6A0 Orinoco

📋 copy color: '#CBD6A0'

red 203 ◦ green 214 ◦ blue 160

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

Shades of Orinoco #CBD6A0

Tints of Orinoco #CBD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 35.18%
G = 37.09%
B = 27.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CBD6A0 (or 0xCBD6A0) is known color: Orinoco. HEX triplet: CB, D6 and A0. RGB value is (203,214,160). Sum of RGB (Red+Green+Blue) = 203+214+160=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A0 is #34295F. Grayscale: #CCCCCC. Windows color (decimal): -3418464 or 10540747. OLE color: 10540747.

HSL color Cylindrical-coordinate representation of color #CBD6A0: hue angle of 72.22º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBD6A0 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 160 -
CMYK 0.05 0 0.25 0.16
HSL 72.22º 0.4% 0.73% -
HSV(B) 72.22º 0.25% 0.84% -
XYZ 55.02 63.33 42.58 -
YUV 204.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 203 214 160 0.05 0 0.25 0.16 72.22 0.4 0.73
Hex CB D6 A0 5 0 19 10 48 28 49
Octal 313 326 240 5 0 31 20 110 50 111
Binary 11001011 11010110 10100000 101 0 11001 10000 1001000 101000 1001001

Color Harmonies of #CBD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6A0

Black with #CBD6A0

Text Example


Text Example

White with #CBD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6A0; }

 p { color: rgb(203,214,160); }

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

background-color css

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

 a { background-color: rgb(203,214,160); }

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

border-color css

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

 span { border-color: rgb(203,214,160); }

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