Html Css Color HEX #CBB375 Putty

📋 copy color: '#CBB375'

red 203 ◦ green 179 ◦ blue 117

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

Shades of Putty #CBB375

Tints of Putty #CBB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 40.68%
G = 35.87%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB375 (or 0xCBB375) is known color: Putty. HEX triplet: CB, B3 and 75. RGB value is (203,179,117). Sum of RGB (Red+Green+Blue) = 203+179+117=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB375 is #344C8A. Grayscale: #B3B3B3. Windows color (decimal): -3427467 or 7713739. OLE color: 7713739.

HSL color Cylindrical-coordinate representation of color #CBB375: hue angle of 43.26º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB375 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 117 -
CMYK 0 0.12 0.42 0.20
HSL 43.26º 0.45% 0.63% -
HSV(B) 43.26º 0.42% 0.8% -
XYZ 43.96 46.22 23.43 -
YUV 179.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 203 179 117 0 0.12 0.42 0.20 43.26 0.45 0.63
Hex CB B3 75 0 C 2A 14 2B 2D 3F
Octal 313 263 165 0 14 52 24 53 55 77
Binary 11001011 10110011 1110101 0 1100 101010 10100 101011 101101 111111

Color Harmonies of #CBB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB375

Black with #CBB375

Text Example


Text Example

White with #CBB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB375; }

 p { color: rgb(203,179,117); }

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

background-color css

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

 a { background-color: rgb(203,179,117); }

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

border-color css

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

 span { border-color: rgb(203,179,117); }

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