Html Css Color HEX #CC692A Gold Drop

📋 copy color: '#CC692A'

red 204 ◦ green 105 ◦ blue 42

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

Shades of Gold Drop #CC692A

Tints of Gold Drop #CC692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 58.12%
G = 29.91%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC692A (or 0xCC692A) is known color: Gold Drop. HEX triplet: CC, 69 and 2A. RGB value is (204,105,42). Sum of RGB (Red+Green+Blue) = 204+105+42=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC692A is #3396D5. Grayscale: #7F7F7F. Windows color (decimal): -3380950 or 2779596. OLE color: 2779596.

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

Color convert

RGB 204 105 42 -
CMYK 0 0.49 0.79 0.2
HSL 23.33º 0.66% 0.48% -
HSV(B) 23.33º 0.79% 0.8% -
XYZ 30.37 23.11 5.05 -
YUV 127.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 204 105 42 0 0.49 0.79 0.2 23.33 0.66 0.48
Hex CC 69 2A 0 31 4F 14 17 42 30
Octal 314 151 52 0 61 117 24 27 102 60
Binary 11001100 1101001 101010 0 110001 1001111 10100 10111 1000010 110000

Color Harmonies of #CC692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC692A

Black with #CC692A

Text Example


Text Example

White with #CC692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC692A; }

 p { color: rgb(204,105,42); }

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

background-color css

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

 a { background-color: rgb(204,105,42); }

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

border-color css

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

 span { border-color: rgb(204,105,42); }

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