Html Css Color HEX #CBB674 Putty

📋 copy color: '#CBB674'

red 203 ◦ green 182 ◦ blue 116

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

Shades of Putty #CBB674

Tints of Putty #CBB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

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

R = 40.52%
G = 36.33%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB674 (or 0xCBB674) is known color: Putty. HEX triplet: CB, B6 and 74. RGB value is (203,182,116). Sum of RGB (Red+Green+Blue) = 203+182+116=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB674 is #34498B. Grayscale: #B5B5B5. Windows color (decimal): -3426700 or 7648971. OLE color: 7648971.

HSL color Cylindrical-coordinate representation of color #CBB674: hue angle of 45.52º 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 #CBB674 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 116 -
CMYK 0 0.10 0.43 0.20
HSL 45.52º 0.46% 0.63% -
HSV(B) 45.52º 0.43% 0.8% -
XYZ 44.51 47.41 23.33 -
YUV 180.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 203 182 116 0 0.10 0.43 0.20 45.52 0.46 0.63
Hex CB B6 74 0 A 2B 14 2E 2E 3F
Octal 313 266 164 0 12 53 24 56 56 77
Binary 11001011 10110110 1110100 0 1010 101011 10100 101110 101110 111111

Color Harmonies of #CBB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB674

Black with #CBB674

Text Example


Text Example

White with #CBB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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