Html Css Color HEX #CBD5A5 Orinoco

📋 copy color: '#CBD5A5'

red 203 ◦ green 213 ◦ blue 165

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

Shades of Orinoco #CBD5A5

Tints of Orinoco #CBD5A5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 34.94%
G = 36.66%
B = 28.4%

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

#CBD5A5 (or 0xCBD5A5) is known color: Orinoco. HEX triplet: CB, D5 and A5. RGB value is (203,213,165). Sum of RGB (Red+Green+Blue) = 203+213+165=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD5A5 is #342A5A. Grayscale: #CCCCCC. Windows color (decimal): -3418715 or 10868171. OLE color: 10868171.

HSL color Cylindrical-coordinate representation of color #CBD5A5: hue angle of 72.5º degrees, saturation: 0.36, 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 #CBD5A5 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 213 165 -
CMYK 0.05 0 0.23 0.16
HSL 72.5º 0.36% 0.74% -
HSV(B) 72.5º 0.23% 0.84% -
XYZ 55.21 63 44.85 -
YUV 204.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 203 213 165 0.05 0 0.23 0.16 72.5 0.36 0.74
Hex CB D5 A5 5 0 17 10 48 24 4A
Octal 313 325 245 5 0 27 20 110 44 112
Binary 11001011 11010101 10100101 101 0 10111 10000 1001000 100100 1001010

Color Harmonies of #CBD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5A5

Black with #CBD5A5

Text Example


Text Example

White with #CBD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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