Html Css Color HEX #CBB074 Putty

📋 copy color: '#CBB074'

red 203 ◦ green 176 ◦ blue 116

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

Shades of Putty #CBB074

Tints of Putty #CBB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 41.01%
G = 35.56%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB074 (or 0xCBB074) is known color: Putty. HEX triplet: CB, B0 and 74. RGB value is (203,176,116). Sum of RGB (Red+Green+Blue) = 203+176+116=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB074 is #344F8B. Grayscale: #B1B1B1. Windows color (decimal): -3428236 or 7647435. OLE color: 7647435.

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

Color convert

RGB 203 176 116 -
CMYK 0 0.13 0.43 0.20
HSL 41.38º 0.46% 0.63% -
HSV(B) 41.38º 0.43% 0.8% -
XYZ 43.31 45.01 22.93 -
YUV 177.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 203 176 116 0 0.13 0.43 0.20 41.38 0.46 0.63
Hex CB B0 74 0 D 2B 14 29 2E 3F
Octal 313 260 164 0 15 53 24 51 56 77
Binary 11001011 10110000 1110100 0 1101 101011 10100 101001 101110 111111

Color Harmonies of #CBB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB074

Black with #CBB074

Text Example


Text Example

White with #CBB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB074; }

 p { color: rgb(203,176,116); }

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

background-color css

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

 a { background-color: rgb(203,176,116); }

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

border-color css

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

 span { border-color: rgb(203,176,116); }

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