Html Css Color HEX #CA7F67 Burning Sand

📋 copy color: '#CA7F67'

red 202 ◦ green 127 ◦ blue 103

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

Shades of Burning Sand #CA7F67

Tints of Burning Sand #CA7F67

RGB

 RED value IS 202 (79.3% from 255) = 46.76%

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 103 (40.63% from 255) = 23.84%

R = 46.76%
G = 29.4%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA7F67 (or 0xCA7F67) is known color: Burning Sand. HEX triplet: CA, 7F and 67. RGB value is (202,127,103). Sum of RGB (Red+Green+Blue) = 202+127+103=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F67 is #358098. Grayscale: #929292. Windows color (decimal): -3506329 or 6782922. OLE color: 6782922.

HSL color Cylindrical-coordinate representation of color #CA7F67: hue angle of 14.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7F67 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 103 -
CMYK 0 0.37 0.49 0.21
HSL 14.55º 0.48% 0.6% -
HSV(B) 14.55º 0.49% 0.79% -
XYZ 34.39 28.71 16.56 -
YUV 146.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 202 127 103 0 0.37 0.49 0.21 14.55 0.48 0.6
Hex CA 7F 67 0 25 31 15 F 30 3C
Octal 312 177 147 0 45 61 25 17 60 74
Binary 11001010 1111111 1100111 0 100101 110001 10101 1111 110000 111100

Color Harmonies of #CA7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F67

Black with #CA7F67

Text Example


Text Example

White with #CA7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F67; }

 p { color: rgb(202,127,103); }

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

background-color css

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

 a { background-color: rgb(202,127,103); }

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

border-color css

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

 span { border-color: rgb(202,127,103); }

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