Html Css Color HEX #CCB9CA Thistle

📋 copy color: '#CCB9CA'

red 204 ◦ green 185 ◦ blue 202

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

Shades of Thistle #CCB9CA

Tints of Thistle #CCB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.3%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 34.52%
G = 31.3%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB9CA (or 0xCCB9CA) is known color: Thistle. HEX triplet: CC, B9 and CA. RGB value is (204,185,202). Sum of RGB (Red+Green+Blue) = 204+185+202=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9CA is #334635. Grayscale: #C0C0C0. Windows color (decimal): -3360310 or 13285836. OLE color: 13285836.

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

Color convert

RGB 204 185 202 -
CMYK 0 0.09 0.01 0.2
HSL 306.32º 0.16% 0.76% -
HSV(B) 306.32º 0.09% 0.8% -
XYZ 52.91 51.8 63.09 -
YUV 192.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 204 185 202 0 0.09 0.01 0.2 306.32 0.16 0.76
Hex CC B9 CA 0 9 1 14 132 10 4C
Octal 314 271 312 0 11 1 24 462 20 114
Binary 11001100 10111001 11001010 0 1001 1 10100 100110010 10000 1001100

Color Harmonies of #CCB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9CA

Black with #CCB9CA

Text Example


Text Example

White with #CCB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9CA; }

 p { color: rgb(204,185,202); }

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

background-color css

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

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

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

border-color css

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

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

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