Html Css Color HEX #CCB278 Putty

📋 copy color: '#CCB278'

red 204 ◦ green 178 ◦ blue 120

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

Shades of Putty #CCB278

Tints of Putty #CCB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 40.64%
G = 35.46%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB278 (or 0xCCB278) is known color: Putty. HEX triplet: CC, B2 and 78. RGB value is (204,178,120). Sum of RGB (Red+Green+Blue) = 204+178+120=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB278 is #334D87. Grayscale: #B3B3B3. Windows color (decimal): -3362184 or 7910092. OLE color: 7910092.

HSL color Cylindrical-coordinate representation of color #CCB278: hue angle of 41.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCB278 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 120 -
CMYK 0 0.13 0.41 0.2
HSL 41.43º 0.45% 0.64% -
HSV(B) 41.43º 0.41% 0.8% -
XYZ 44.21 46.03 24.32 -
YUV 179.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 204 178 120 0 0.13 0.41 0.2 41.43 0.45 0.64
Hex CC B2 78 0 D 29 14 29 2D 40
Octal 314 262 170 0 15 51 24 51 55 100
Binary 11001100 10110010 1111000 0 1101 101001 10100 101001 101101 1000000

Color Harmonies of #CCB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB278

Black with #CCB278

Text Example


Text Example

White with #CCB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB278; }

 p { color: rgb(204,178,120); }

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

background-color css

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

 a { background-color: rgb(204,178,120); }

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

border-color css

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

 span { border-color: rgb(204,178,120); }

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