Html Css Color HEX #CCB269 Putty

📋 copy color: '#CCB269'

red 204 ◦ green 178 ◦ blue 105

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

Shades of Putty #CCB269

Tints of Putty #CCB269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.56%

R = 41.89%
G = 36.55%
B = 21.56%

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

#CCB269 (or 0xCCB269) is known color: Putty. HEX triplet: CC, B2 and 69. RGB value is (204,178,105). Sum of RGB (Red+Green+Blue) = 204+178+105=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB269 is #334D96. Grayscale: #B1B1B1. Windows color (decimal): -3362199 or 6927052. OLE color: 6927052.

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

Color convert

RGB 204 178 105 -
CMYK 0 0.13 0.49 0.2
HSL 44.24º 0.49% 0.61% -
HSV(B) 44.24º 0.49% 0.8% -
XYZ 43.37 45.7 19.9 -
YUV 177.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 204 178 105 0 0.13 0.49 0.2 44.24 0.49 0.61
Hex CC B2 69 0 D 31 14 2C 31 3D
Octal 314 262 151 0 15 61 24 54 61 75
Binary 11001100 10110010 1101001 0 1101 110001 10100 101100 110001 111101

Color Harmonies of #CCB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB269

Black with #CCB269

Text Example


Text Example

White with #CCB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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