#CFCCAD

Color #CFCCAD White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #CFCCAD

Tints of White Rock #CFCCAD

Color information

#CFCCAD (or 0xCFCCAD) is unknown color: approx White Rock. HEX triplet: CF, CC and AD. RGB value is (207,204,173). Sum of RGB (Red+Green+Blue) = 207+204+173=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCAD is #303352. Grayscale: #C9C9C9. Windows color (decimal): -3158867 or 11390159. OLE color: 11390159.

HSL color Cylindrical-coordinate representation of color #CFCCAD: hue angle of 54.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCCAD is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207204173-
CMYK00.010.160.19
HSL54.71º26.15%74.51%-
HSV(B)54.71º16.43%81.18%-
XYZ54.8759.4748.12-
YUV201.36111.99132.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=35.45%
G=34.93%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720417300.010.160.1954.7126.1574.51
HexCFCCAD011013371a4b
Octal3173142550120236732113
Binary110011111100110010101101011000010011110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCAD; }

 p { color: rgb(207,204,173); }

 H1.HeaderClassName
 {
   color: #CFCCAD;
 }
 .AnyTagClassName
 {
   color: #CFCCAD;
 }
</style>
background-color css

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

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

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

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

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

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