Html Css Color HEX #CCF692 Reef

📋 copy color: '#CCF692'

red 204 ◦ green 246 ◦ blue 146

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

Shades of Reef #CCF692

Tints of Reef #CCF692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.28%

 BLUE value IS 146 (57.42% from 255) = 24.5%

R = 34.23%
G = 41.28%
B = 24.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#CCF692 (or 0xCCF692) is known color: Reef. HEX triplet: CC, F6 and 92. RGB value is (204,246,146). Sum of RGB (Red+Green+Blue) = 204+246+146=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF692 is #33096D. Grayscale: #DEDEDE. Windows color (decimal): -3344750 or 9631436. OLE color: 9631436.

HSL color Cylindrical-coordinate representation of color #CCF692: hue angle of 85.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF692 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 146 -
CMYK 0.17 0 0.41 0.04
HSL 85.2º 0.85% 0.77% -
HSV(B) 85.2º 0.41% 0.96% -
XYZ 63.05 80.82 39.47 -
YUV 222.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 204 246 146 0.17 0 0.41 0.04 85.2 0.85 0.77
Hex CC F6 92 11 0 29 4 55 55 4D
Octal 314 366 222 21 0 51 4 125 125 115
Binary 11001100 11110110 10010010 10001 0 101001 100 1010101 1010101 1001101

Color Harmonies of #CCF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF692

Black with #CCF692

Text Example


Text Example

White with #CCF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF692; }

 p { color: rgb(204,246,146); }

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

background-color css

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

 a { background-color: rgb(204,246,146); }

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

border-color css

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

 span { border-color: rgb(204,246,146); }

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