Html Css Color HEX #CBD6A5 Orinoco

📋 copy color: '#CBD6A5'

red 203 ◦ green 214 ◦ blue 165

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

Shades of Orinoco #CBD6A5

Tints of Orinoco #CBD6A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.35%

R = 34.88%
G = 36.77%
B = 28.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#CBD6A5 (or 0xCBD6A5) is known color: Orinoco. HEX triplet: CB, D6 and A5. RGB value is (203,214,165). Sum of RGB (Red+Green+Blue) = 203+214+165=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A5 is #34295A. Grayscale: #CDCDCD. Windows color (decimal): -3418459 or 10868427. OLE color: 10868427.

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

Color convert

RGB 203 214 165 -
CMYK 0.05 0 0.23 0.16
HSL 73.47º 0.37% 0.74% -
HSV(B) 73.47º 0.23% 0.84% -
XYZ 55.47 63.51 44.93 -
YUV 205.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 203 214 165 0.05 0 0.23 0.16 73.47 0.37 0.74
Hex CB D6 A5 5 0 17 10 49 25 4A
Octal 313 326 245 5 0 27 20 111 45 112
Binary 11001011 11010110 10100101 101 0 10111 10000 1001001 100101 1001010

Color Harmonies of #CBD6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6A5

Black with #CBD6A5

Text Example


Text Example

White with #CBD6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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