Html Css Color HEX #CCB268 Putty

📋 copy color: '#CCB268'

red 204 ◦ green 178 ◦ blue 104

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

Shades of Putty #CCB268

Tints of Putty #CCB268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 41.98%
G = 36.63%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCB268 (or 0xCCB268) is known color: Putty. HEX triplet: CC, B2 and 68. RGB value is (204,178,104). Sum of RGB (Red+Green+Blue) = 204+178+104=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB268 is #334D97. Grayscale: #B1B1B1. Windows color (decimal): -3362200 or 6861516. OLE color: 6861516.

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

Color convert

RGB 204 178 104 -
CMYK 0 0.13 0.49 0.2
HSL 44.4º 0.5% 0.6% -
HSV(B) 44.4º 0.49% 0.8% -
XYZ 43.32 45.68 19.63 -
YUV 177.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 204 178 104 0 0.13 0.49 0.2 44.4 0.5 0.6
Hex CC B2 68 0 D 31 14 2C 32 3C
Octal 314 262 150 0 15 61 24 54 62 74
Binary 11001100 10110010 1101000 0 1101 110001 10100 101100 110010 111100

Color Harmonies of #CCB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB268

Black with #CCB268

Text Example


Text Example

White with #CCB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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