Html Css Color HEX #CA8367 Burning Sand

📋 copy color: '#CA8367'

red 202 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #CA8367

Tints of Burning Sand #CA8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 46.33%
G = 30.05%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA8367 (or 0xCA8367) is known color: Burning Sand. HEX triplet: CA, 83 and 67. RGB value is (202,131,103). Sum of RGB (Red+Green+Blue) = 202+131+103=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8367 is #357C98. Grayscale: #959595. Windows color (decimal): -3505305 or 6783946. OLE color: 6783946.

HSL color Cylindrical-coordinate representation of color #CA8367: hue angle of 16.97º 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 #CA8367 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 103 -
CMYK 0 0.35 0.49 0.21
HSL 16.97º 0.48% 0.6% -
HSV(B) 16.97º 0.49% 0.79% -
XYZ 34.92 29.77 16.74 -
YUV 149.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 202 131 103 0 0.35 0.49 0.21 16.97 0.48 0.6
Hex CA 83 67 0 23 31 15 11 30 3C
Octal 312 203 147 0 43 61 25 21 60 74
Binary 11001010 10000011 1100111 0 100011 110001 10101 10001 110000 111100

Color Harmonies of #CA8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8367

Black with #CA8367

Text Example


Text Example

White with #CA8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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