Html Css Color HEX #CFCACE Thistle

📋 copy color: '#CFCACE'

red 207 ◦ green 202 ◦ blue 206

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

Shades of Thistle #CFCACE

Tints of Thistle #CFCACE

RGB

 RED value IS 207 (81.25% from 255) = 33.66%

 GREEN value IS 202 (79.3% from 255) = 32.85%

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 33.66%
G = 32.85%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFCACE (or 0xCFCACE) is known color: Thistle. HEX triplet: CF, CA and CE. RGB value is (207,202,206). Sum of RGB (Red+Green+Blue) = 207+202+206=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACE is #303531. Grayscale: #CBCBCB. Windows color (decimal): -3159346 or 13552335. OLE color: 13552335.

HSL color Cylindrical-coordinate representation of color #CFCACE: hue angle of 312º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCACE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 206 -
CMYK 0 0.02 0.00 0.19
HSL 312º 0.05% 0.8% -
HSV(B) 312º 0.02% 0.81% -
XYZ 57.99 59.96 66.91 -
YUV 203.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 207 202 206 0 0.02 0.00 0.19 312 0.05 0.8
Hex CF CA CE 0 2 0 13 138 5 50
Octal 317 312 316 0 2 0 23 470 5 120
Binary 11001111 11001010 11001110 0 10 0 10011 100111000 101 1010000

Color Harmonies of #CFCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCACE

Black with #CFCACE

Text Example


Text Example

White with #CFCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCACE; }

 p { color: rgb(207,202,206); }

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

background-color css

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

 a { background-color: rgb(207,202,206); }

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

border-color css

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

 span { border-color: rgb(207,202,206); }

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