Html Css Color HEX #CCB073 Putty

📋 copy color: '#CCB073'

red 204 ◦ green 176 ◦ blue 115

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

Shades of Putty #CCB073

Tints of Putty #CCB073

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 41.21%
G = 35.56%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB073 (or 0xCCB073) is known color: Putty. HEX triplet: CC, B0 and 73. RGB value is (204,176,115). Sum of RGB (Red+Green+Blue) = 204+176+115=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB073 is #334F8C. Grayscale: #B1B1B1. Windows color (decimal): -3362701 or 7581900. OLE color: 7581900.

HSL color Cylindrical-coordinate representation of color #CCB073: hue angle of 41.12º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCB073 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 115 -
CMYK 0 0.14 0.44 0.2
HSL 41.12º 0.47% 0.63% -
HSV(B) 41.12º 0.44% 0.8% -
XYZ 43.52 45.13 22.64 -
YUV 177.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 204 176 115 0 0.14 0.44 0.2 41.12 0.47 0.63
Hex CC B0 73 0 E 2C 14 29 2F 3F
Octal 314 260 163 0 16 54 24 51 57 77
Binary 11001100 10110000 1110011 0 1110 101100 10100 101001 101111 111111

Color Harmonies of #CCB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB073

Black with #CCB073

Text Example


Text Example

White with #CCB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB073; }

 p { color: rgb(204,176,115); }

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

background-color css

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

 a { background-color: rgb(204,176,115); }

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

border-color css

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

 span { border-color: rgb(204,176,115); }

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