Html Css Color HEX #CCB7CA Thistle

📋 copy color: '#CCB7CA'

red 204 ◦ green 183 ◦ blue 202

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

Shades of Thistle #CCB7CA

Tints of Thistle #CCB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.07%

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

R = 34.63%
G = 31.07%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB7CA (or 0xCCB7CA) is known color: Thistle. HEX triplet: CC, B7 and CA. RGB value is (204,183,202). Sum of RGB (Red+Green+Blue) = 204+183+202=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7CA is #334835. Grayscale: #BFBFBF. Windows color (decimal): -3360822 or 13285324. OLE color: 13285324.

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

Color convert

RGB 204 183 202 -
CMYK 0 0.10 0.01 0.2
HSL 305.71º 0.17% 0.76% -
HSV(B) 305.71º 0.1% 0.8% -
XYZ 52.5 50.97 62.95 -
YUV 191.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 204 183 202 0 0.10 0.01 0.2 305.71 0.17 0.76
Hex CC B7 CA 0 A 1 14 132 11 4C
Octal 314 267 312 0 12 1 24 462 21 114
Binary 11001100 10110111 11001010 0 1010 1 10100 100110010 10001 1001100

Color Harmonies of #CCB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7CA

Black with #CCB7CA

Text Example


Text Example

White with #CCB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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