Html Css Color HEX #CCB2B2 Cold Turkey

📋 copy color: '#CCB2B2'

red 204 ◦ green 178 ◦ blue 178

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

Shades of Cold Turkey #CCB2B2

Tints of Cold Turkey #CCB2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 36.43%
G = 31.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCB2B2 (or 0xCCB2B2) is known color: Cold Turkey. HEX triplet: CC, B2 and B2. RGB value is (204,178,178). Sum of RGB (Red+Green+Blue) = 204+178+178=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2B2 is #334D4D. Grayscale: #B9B9B9. Windows color (decimal): -3362126 or 11711180. OLE color: 11711180.

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

Color convert

RGB 204 178 178 -
CMYK 0 0.13 0.13 0.2
HSL 0.2% 0.75% -
HSV(B) 0.13% 0.8% -
XYZ 48.86 47.89 48.79 -
YUV 185.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 204 178 178 0 0.13 0.13 0.2 0 0.2 0.75
Hex CC B2 B2 0 D D 14 0 14 4B
Octal 314 262 262 0 15 15 24 0 24 113
Binary 11001100 10110010 10110010 0 1101 1101 10100 0 10100 1001011

Color Harmonies of #CCB2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2B2

Black with #CCB2B2

Text Example


Text Example

White with #CCB2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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